libxl: expand hard tab stops
authorIan Campbell <ian.campbell@citrix.com>
Tue, 11 Oct 2011 13:26:00 +0000 (14:26 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 11 Oct 2011 13:26:00 +0000 (14:26 +0100)
commitc90bc4db252cf5d759ab335d10dd48033485ac26
tree3c810c3fc91319c3d670388b19205dec3c874212
parentd3d8d54b13794f9ea5a2b265dd9ce11981b3d8a6
libxl: expand hard tab stops

I ran the following and committed the result. ^I is an actual hard tab

for i in $(grep -l --exclude=*_[ly].\[ch\] '^I' tools/libxl/*.[ch]) ; do
     cat $i | expand | sponge $i
done

There are some actually wrong indentations too, I'll fix those up
manually.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_bootloader.c
tools/libxl/libxl_cpuid.c
tools/libxl/libxl_internal.c
tools/libxl/libxl_nocpuid.c
tools/libxl/libxl_pci.c
tools/libxl/libxl_utils.c
tools/libxl/libxlutil.h
tools/libxl/xl_cmdimpl.c